socketpair 0.10.1

Cross-platform socketpair functionality
Documentation

This crate wraps socketpair with AF_UNIX and SOCK_STREAM on Posix-ish platforms, and emulates this interface using CreateNamedPipe on Windows.